From: Felix Fietkau Date: Mon, 4 Aug 2008 23:47:22 +0000 (+0000) Subject: remove a few obsolete dependencies now that dependency propagation is fixed X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=8cee6d50fd481bef216f4a5d947736e0faadfd31;p=openwrt%2Fsvn-archive%2Fpackages.git remove a few obsolete dependencies now that dependency propagation is fixed SVN-Revision: 12108 --- diff --git a/XOrg/lib/gtk1/Makefile b/XOrg/lib/gtk1/Makefile index 4fadb11cf..c4299e7eb 100644 --- a/XOrg/lib/gtk1/Makefile +++ b/XOrg/lib/gtk1/Makefile @@ -35,7 +35,7 @@ define Package/gtk1 CATEGORY:=Xorg SUBMENU:=framework TITLE:=GTK+ 1.2.10 package - DEPENDS:=+glib1 +libX11 @DISPLAY_SUPPORT + DEPENDS:=+glib1 +libX11 endef define Build/Configure diff --git a/XOrg/lib/gtk2/Makefile b/XOrg/lib/gtk2/Makefile index a80095710..32ba03d2d 100644 --- a/XOrg/lib/gtk2/Makefile +++ b/XOrg/lib/gtk2/Makefile @@ -27,7 +27,7 @@ define Package/gtk2 CATEGORY:=Xorg SUBMENU:=framework TITLE:=GTK+ 2.10.14 package - DEPENDS:=+cairo +pango +libjpeg +atk +libtiff +pixman @DISPLAY_SUPPORT + DEPENDS:=+cairo +pango +libjpeg +atk +libtiff +pixman +libX11 endef define Build/Compile diff --git a/lang/pycairo/Makefile b/lang/pycairo/Makefile index cf47d865c..4d9282715 100644 --- a/lang/pycairo/Makefile +++ b/lang/pycairo/Makefile @@ -25,7 +25,7 @@ define Package/pycairo CATEGORY:=Languages TITLE:=Cairo bindings to python URL:=http://www.cairographics.org/ - DEPENDS:=python +cairo @DISPLAY_SUPPORT + DEPENDS:=python +cairo endef define Package/pycairo/description diff --git a/lang/pygtk/Makefile b/lang/pygtk/Makefile index 8af7bc7d7..04e90c17b 100644 --- a/lang/pygtk/Makefile +++ b/lang/pygtk/Makefile @@ -26,7 +26,7 @@ define Package/python-gtk CATEGORY:=Languages TITLE:=GTK bindings to python URL:=http://www.pygtk.org/ - DEPENDS:=python-core +python-gobject +gtk2 +pycairo @DISPLAY_SUPPORT + DEPENDS:=python-core +python-gobject +gtk2 +pycairo endef define Package/python-gtk/description